Adding some more judges, here and there.
[andmenj-acm.git] / lib / Mi manual de algoritmos / version_world_finals_2009 / src / java / io_estandar_easy.java
blobe499c334c7dc01e3b716b311cabf4f88636d1f73
1 import java.io.*;
2 import java.util.*;
4 class Main{
5 public static void main(String[] args){
6 Scanner sc = new Scanner(System.in);
7 while (sc.hasNextLine()){
8 String s= sc.nextLine();
9 System.out.println("LeĆ­: " + s);